ServiceResolveNames Method (String) |
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ResolveNamesResponse ResolveNames(
string name
)
Public Function ResolveNames (
name As String
) As ResolveNamesResponse
Parameters
- name
- Type: SystemString
The name to resolve.
Return Value
Type:
ResolveNamesResponseA collection of name resolutions whose names match the one passed as a parameter.
See Also